Correct the antiexposure vs implicit paint flush race
authorAlexander Larsson <alexl@redhat.com>
Fri, 4 Sep 2009 11:14:25 +0000 (13:14 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 4 Sep 2009 11:14:25 +0000 (13:14 +0200)
commit223bcd23f71e66a4d9afd1ad8c9ed175b6090ca6
tree95f4b69e080fb8e80df9e4db001f6fc543ff8c34
parent753f159aad956de1455f5d7c0b2cd8b79a7fb7f5
Correct the antiexposure vs implicit paint flush race

The check for a possible implicit paint flush before queueing an
antiexposure was wrong. An implicit flush doesn't actually NULL
the implicit paint, se we have add a flag to explicitly track if
it is flushed.
gdk/gdkwindow.c